Html Css Color HEX #9AF018 Inch Worm

📋 copy color: '#9AF018'

red 154 ◦ green 240 ◦ blue 24

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

Shades of Inch Worm #9AF018

Tints of Inch Worm #9AF018

RGB

 RED value IS 154 (60.55% from 255) = 36.84%

 GREEN value IS 240 (94.14% from 255) = 57.42%

 BLUE value IS 24 (9.77% from 255) = 5.74%

R = 36.84%
G = 57.42%
B = 5.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#9AF018 (or 0x9AF018) is known color: Inch Worm. HEX triplet: 9A, F0 and 18. RGB value is (154,240,24). Sum of RGB (Red+Green+Blue) = 154+240+24=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 240 (94.14% from 255 or 57.42% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF018 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF018 is #650FE7. Grayscale: #BEBEBE. Windows color (decimal): -6623208 or 1634458. OLE color: 1634458.

HSL color Cylindrical-coordinate representation of color #9AF018: hue angle of 83.89º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9AF018 is Cyan = 0.36, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 240 24 -
CMYK 0.36 0 0.9 0.06
HSL 83.89º 0.88% 0.52% -
HSV(B) 83.89º 0.9% 0.94% -
XYZ 44.65 69.26 11.88 -
YUV 189.66 34.51 102.56 -
System Red Green Blue C M Y K H S L
Decimal 154 240 24 0.36 0 0.9 0.06 83.89 0.88 0.52
Hex 9A F0 18 24 0 5A 6 54 58 34
Octal 232 360 30 44 0 132 6 124 130 64
Binary 10011010 11110000 11000 100100 0 1011010 110 1010100 1011000 110100

Color Harmonies of #9AF018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF018

Black with #9AF018

Text Example


Text Example

White with #9AF018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AF018; }

 p { color: rgb(154,240,24); }

 H1.HeaderClassName
 {
   color: #9AF018;
 }
 .AnyTagClassName
 {
   color: #9AF018;
 }
</style>

background-color css

<style>
 a { background-color: #9AF018; }

 a { background-color: rgb(154,240,24); }

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

border-color css

<style>
 span { border-color: #9AF018; }

 span { border-color: rgb(154,240,24); }

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