Html Css Color HEX #6ACB0F Kelly Green

📋 copy color: '#6ACB0F'

red 106 ◦ green 203 ◦ blue 15

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

Shades of Kelly Green #6ACB0F

Tints of Kelly Green #6ACB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.63%

R = 32.72%
G = 62.65%
B = 4.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#6ACB0F (or 0x6ACB0F) is known color: Kelly Green. HEX triplet: 6A, CB and 0F. RGB value is (106,203,15). Sum of RGB (Red+Green+Blue) = 106+203+15=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 203 (79.69% from 255 or 62.65% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ACB0F is #9534F0. Grayscale: #999999. Windows color (decimal): -9778417 or 1035114. OLE color: 1035114.

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

Color convert

RGB 106 203 15 -
CMYK 0.48 0 0.93 0.20
HSL 90.96º 0.86% 0.43% -
HSV(B) 90.96º 0.93% 0.8% -
XYZ 27.39 45.81 7.85 -
YUV 152.57 50.36 94.79 -
System Red Green Blue C M Y K H S L
Decimal 106 203 15 0.48 0 0.93 0.20 90.96 0.86 0.43
Hex 6A CB F 30 0 5D 14 5B 56 2B
Octal 152 313 17 60 0 135 24 133 126 53
Binary 1101010 11001011 1111 110000 0 1011101 10100 1011011 1010110 101011

Color Harmonies of #6ACB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACB0F

Black with #6ACB0F

Text Example


Text Example

White with #6ACB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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