Html Css Color HEX #A5CB07 Citrus

📋 copy color: '#A5CB07'

red 165 ◦ green 203 ◦ blue 7

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

Shades of Citrus #A5CB07

Tints of Citrus #A5CB07

RGB

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

 GREEN value IS 203 (79.69% from 255) = 54.13%

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

R = 44%
G = 54.13%
B = 1.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#A5CB07 (or 0xA5CB07) is known color: Citrus. HEX triplet: A5, CB and 07. RGB value is (165,203,7). Sum of RGB (Red+Green+Blue) = 165+203+7=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5CB07 is #5A34F8. Grayscale: #AAAAAA. Windows color (decimal): -5911801 or 510885. OLE color: 510885.

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

Color convert

RGB 165 203 7 -
CMYK 0.19 0 0.97 0.20
HSL 71.63º 0.93% 0.41% -
HSV(B) 71.63º 0.97% 0.8% -
XYZ 36.91 50.73 8.05 -
YUV 169.29 36.41 124.94 -
System Red Green Blue C M Y K H S L
Decimal 165 203 7 0.19 0 0.97 0.20 71.63 0.93 0.41
Hex A5 CB 7 13 0 61 14 48 5D 29
Octal 245 313 7 23 0 141 24 110 135 51
Binary 10100101 11001011 111 10011 0 1100001 10100 1001000 1011101 101001

Color Harmonies of #A5CB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB07

Black with #A5CB07

Text Example


Text Example

White with #A5CB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB07; }

 p { color: rgb(165,203,7); }

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

background-color css

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

 a { background-color: rgb(165,203,7); }

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

border-color css

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

 span { border-color: rgb(165,203,7); }

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