Html Css Color HEX #A5CE08 Citrus

📋 copy color: '#A5CE08'

red 165 ◦ green 206 ◦ blue 8

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

Shades of Citrus #A5CE08

Tints of Citrus #A5CE08

RGB

 RED value IS 165 (64.84% from 255) = 43.54%

 GREEN value IS 206 (80.86% from 255) = 54.35%

 BLUE value IS 8 (3.52% from 255) = 2.11%

R = 43.54%
G = 54.35%
B = 2.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#A5CE08 (or 0xA5CE08) is known color: Citrus. HEX triplet: A5, CE and 08. RGB value is (165,206,8). Sum of RGB (Red+Green+Blue) = 165+206+8=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 206 (80.86% from 255 or 54.35% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5CE08 is #5A31F7. Grayscale: #ABABAB. Windows color (decimal): -5911032 or 577189. OLE color: 577189.

HSL color Cylindrical-coordinate representation of color #A5CE08: hue angle of 72.42º degrees, saturation: 0.93, 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 #A5CE08 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 206 8 -
CMYK 0.20 0 0.96 0.19
HSL 72.42º 0.93% 0.42% -
HSV(B) 72.42º 0.96% 0.81% -
XYZ 37.63 52.16 8.31 -
YUV 171.17 35.92 123.6 -
System Red Green Blue C M Y K H S L
Decimal 165 206 8 0.20 0 0.96 0.19 72.42 0.93 0.42
Hex A5 CE 8 14 0 60 13 48 5D 2A
Octal 245 316 10 24 0 140 23 110 135 52
Binary 10100101 11001110 1000 10100 0 1100000 10011 1001000 1011101 101010

Color Harmonies of #A5CE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CE08

Black with #A5CE08

Text Example


Text Example

White with #A5CE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CE08; }

 p { color: rgb(165,206,8); }

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

background-color css

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

 a { background-color: rgb(165,206,8); }

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

border-color css

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

 span { border-color: rgb(165,206,8); }

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