Html Css Color HEX #6ACB1F Kelly Green

📋 copy color: '#6ACB1F'

red 106 ◦ green 203 ◦ blue 31

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

Shades of Kelly Green #6ACB1F

Tints of Kelly Green #6ACB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.12%

R = 31.18%
G = 59.71%
B = 9.12%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#6ACB1F (or 0x6ACB1F) is known color: Kelly Green. HEX triplet: 6A, CB and 1F. RGB value is (106,203,31). Sum of RGB (Red+Green+Blue) = 106+203+31=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 203 (79.69% from 255 or 59.71% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACB1F is #9534E0. Grayscale: #9A9A9A. Windows color (decimal): -9778401 or 2083690. OLE color: 2083690.

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

Color convert

RGB 106 203 31 -
CMYK 0.48 0 0.85 0.20
HSL 93.84º 0.74% 0.46% -
HSV(B) 93.84º 0.85% 0.8% -
XYZ 27.55 45.87 8.7 -
YUV 154.39 58.36 93.49 -
System Red Green Blue C M Y K H S L
Decimal 106 203 31 0.48 0 0.85 0.20 93.84 0.74 0.46
Hex 6A CB 1F 30 0 55 14 5E 4A 2E
Octal 152 313 37 60 0 125 24 136 112 56
Binary 1101010 11001011 11111 110000 0 1010101 10100 1011110 1001010 101110

Color Harmonies of #6ACB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACB1F

Black with #6ACB1F

Text Example


Text Example

White with #6ACB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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