Html Css Color HEX #A8CA07 Citrus

📋 copy color: '#A8CA07'

red 168 ◦ green 202 ◦ blue 7

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

Shades of Citrus #A8CA07

Tints of Citrus #A8CA07

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.58%

 BLUE value IS 7 (3.13% from 255) = 1.86%

R = 44.56%
G = 53.58%
B = 1.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#A8CA07 (or 0xA8CA07) is known color: Citrus. HEX triplet: A8, CA and 07. RGB value is (168,202,7). Sum of RGB (Red+Green+Blue) = 168+202+7=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 202 (79.30% from 255 or 53.58% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CA07 is #5735F8. Grayscale: #AAAAAA. Windows color (decimal): -5715449 or 510632. OLE color: 510632.

HSL color Cylindrical-coordinate representation of color #A8CA07: hue angle of 70.46º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8CA07 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 202 7 -
CMYK 0.17 0 0.97 0.21
HSL 70.46º 0.93% 0.41% -
HSV(B) 70.46º 0.97% 0.79% -
XYZ 37.31 50.58 8 -
YUV 169.6 36.24 126.86 -
System Red Green Blue C M Y K H S L
Decimal 168 202 7 0.17 0 0.97 0.21 70.46 0.93 0.41
Hex A8 CA 7 11 0 61 15 46 5D 29
Octal 250 312 7 21 0 141 25 106 135 51
Binary 10101000 11001010 111 10001 0 1100001 10101 1000110 1011101 101001

Color Harmonies of #A8CA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA07

Black with #A8CA07

Text Example


Text Example

White with #A8CA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA07; }

 p { color: rgb(168,202,7); }

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

background-color css

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

 a { background-color: rgb(168,202,7); }

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

border-color css

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

 span { border-color: rgb(168,202,7); }

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