Html Css Color HEX #6ABE4B Apple

📋 copy color: '#6ABE4B'

red 106 ◦ green 190 ◦ blue 75

#6ABE4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #6ABE4B

Tints of Apple #6ABE4B

RGB

 RED value IS 106 (41.8% from 255) = 28.57%

 GREEN value IS 190 (74.61% from 255) = 51.21%

 BLUE value IS 75 (29.69% from 255) = 20.22%

R = 28.57%
G = 51.21%
B = 20.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6ABE4B (or 0x6ABE4B) is known color: Apple. HEX triplet: 6A, BE and 4B. RGB value is (106,190,75). Sum of RGB (Red+Green+Blue) = 106+190+75=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABE4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABE4B is #9541B4. Grayscale: #989898. Windows color (decimal): -9781685 or 4963946. OLE color: 4963946.

HSL color Cylindrical-coordinate representation of color #6ABE4B: hue angle of 103.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6ABE4B is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 190 75 -
CMYK 0.44 0 0.61 0.25
HSL 103.83º 0.47% 0.52% -
HSV(B) 103.83º 0.61% 0.75% -
XYZ 25.63 40.4 13.1 -
YUV 151.77 84.67 95.35 -
System Red Green Blue C M Y K H S L
Decimal 106 190 75 0.44 0 0.61 0.25 103.83 0.47 0.52
Hex 6A BE 4B 2C 0 3D 19 68 2F 34
Octal 152 276 113 54 0 75 31 150 57 64
Binary 1101010 10111110 1001011 101100 0 111101 11001 1101000 101111 110100

Color Harmonies of #6ABE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABE4B

Black with #6ABE4B

Text Example


Text Example

White with #6ABE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ABE4B; }

 p { color: rgb(106,190,75); }

 H1.HeaderClassName
 {
   color: #6ABE4B;
 }
 .AnyTagClassName
 {
   color: #6ABE4B;
 }
</style>

background-color css

<style>
 a { background-color: #6ABE4B; }

 a { background-color: rgb(106,190,75); }

 div.DivClassName
 {
   background-color: #6ABE4B;
 }
 .BgClassName
 {
   background-color: #6ABE4B;
 }
</style>

border-color css

<style>
 span { border-color: #6ABE4B; }

 span { border-color: rgb(106,190,75); }

 td.TdClassName
 {
   border-color: #6ABE4B;
 }
 .TagClassName
 {
   border-color: #6ABE4B;
 }
</style>