Html Css Color HEX #A8CF09 Inch Worm

📋 copy color: '#A8CF09'

red 168 ◦ green 207 ◦ blue 9

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

Shades of Inch Worm #A8CF09

Tints of Inch Worm #A8CF09

RGB

 RED value IS 168 (66.02% from 255) = 43.75%

 GREEN value IS 207 (81.25% from 255) = 53.91%

 BLUE value IS 9 (3.91% from 255) = 2.34%

R = 43.75%
G = 53.91%
B = 2.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#A8CF09 (or 0xA8CF09) is known color: Inch Worm. HEX triplet: A8, CF and 09. RGB value is (168,207,9). Sum of RGB (Red+Green+Blue) = 168+207+9=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CF09 is #5730F6. Grayscale: #ADADAD. Windows color (decimal): -5714167 or 642984. OLE color: 642984.

HSL color Cylindrical-coordinate representation of color #A8CF09: hue angle of 71.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8CF09 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 207 9 -
CMYK 0.19 0 0.96 0.19
HSL 71.82º 0.92% 0.42% -
HSV(B) 71.82º 0.96% 0.81% -
XYZ 38.51 52.97 8.45 -
YUV 172.77 35.58 124.6 -
System Red Green Blue C M Y K H S L
Decimal 168 207 9 0.19 0 0.96 0.19 71.82 0.92 0.42
Hex A8 CF 9 13 0 60 13 48 5C 2A
Octal 250 317 11 23 0 140 23 110 134 52
Binary 10101000 11001111 1001 10011 0 1100000 10011 1001000 1011100 101010

Color Harmonies of #A8CF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CF09

Black with #A8CF09

Text Example


Text Example

White with #A8CF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CF09; }

 p { color: rgb(168,207,9); }

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

background-color css

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

 a { background-color: rgb(168,207,9); }

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

border-color css

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

 span { border-color: rgb(168,207,9); }

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