Html Css Color HEX #A6CF05 Citrus

📋 copy color: '#A6CF05'

red 166 ◦ green 207 ◦ blue 5

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

Shades of Citrus #A6CF05

Tints of Citrus #A6CF05

RGB

 RED value IS 166 (65.23% from 255) = 43.92%

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

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 43.92%
G = 54.76%
B = 1.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#A6CF05 (or 0xA6CF05) is known color: Citrus. HEX triplet: A6, CF and 05. RGB value is (166,207,5). Sum of RGB (Red+Green+Blue) = 166+207+5=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CF05 is #5930FA. Grayscale: #ACACAC. Windows color (decimal): -5845243 or 380838. OLE color: 380838.

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

Color convert

RGB 166 207 5 -
CMYK 0.20 0 0.98 0.19
HSL 72.18º 0.95% 0.42% -
HSV(B) 72.18º 0.98% 0.81% -
XYZ 38.07 52.74 8.32 -
YUV 171.71 33.92 123.93 -
System Red Green Blue C M Y K H S L
Decimal 166 207 5 0.20 0 0.98 0.19 72.18 0.95 0.42
Hex A6 CF 5 14 0 62 13 48 5F 2A
Octal 246 317 5 24 0 142 23 110 137 52
Binary 10100110 11001111 101 10100 0 1100010 10011 1001000 1011111 101010

Color Harmonies of #A6CF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CF05

Black with #A6CF05

Text Example


Text Example

White with #A6CF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CF05; }

 p { color: rgb(166,207,5); }

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

background-color css

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

 a { background-color: rgb(166,207,5); }

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

border-color css

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

 span { border-color: rgb(166,207,5); }

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