Html Css Color HEX #6ACB34 Apple

📋 copy color: '#6ACB34'

red 106 ◦ green 203 ◦ blue 52

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

Shades of Apple #6ACB34

Tints of Apple #6ACB34

RGB

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

 GREEN value IS 203 (79.69% from 255) = 56.23%

 BLUE value IS 52 (20.7% from 255) = 14.4%

R = 29.36%
G = 56.23%
B = 14.4%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#6ACB34 (or 0x6ACB34) is known color: Apple. HEX triplet: 6A, CB and 34. RGB value is (106,203,52). Sum of RGB (Red+Green+Blue) = 106+203+52=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 203 (79.69% from 255 or 56.23% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACB34 is #9534CB. Grayscale: #9D9D9D. Windows color (decimal): -9778380 or 3459946. OLE color: 3459946.

HSL color Cylindrical-coordinate representation of color #6ACB34: hue angle of 98.54º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6ACB34 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 203 52 -
CMYK 0.48 0 0.74 0.20
HSL 98.54º 0.59% 0.5% -
HSV(B) 98.54º 0.74% 0.8% -
XYZ 27.92 46.02 10.66 -
YUV 156.78 68.86 91.78 -
System Red Green Blue C M Y K H S L
Decimal 106 203 52 0.48 0 0.74 0.20 98.54 0.59 0.5
Hex 6A CB 34 30 0 4A 14 63 3B 32
Octal 152 313 64 60 0 112 24 143 73 62
Binary 1101010 11001011 110100 110000 0 1001010 10100 1100011 111011 110010

Color Harmonies of #6ACB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACB34

Black with #6ACB34

Text Example


Text Example

White with #6ACB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,203,52); }

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

background-color css

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

 a { background-color: rgb(106,203,52); }

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

border-color css

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

 span { border-color: rgb(106,203,52); }

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