Html Css Color HEX #A5C302 Citrus

📋 copy color: '#A5C302'

red 165 ◦ green 195 ◦ blue 2

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

Shades of Citrus #A5C302

Tints of Citrus #A5C302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.87%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 45.58%
G = 53.87%
B = 0.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#A5C302 (or 0xA5C302) is known color: Citrus. HEX triplet: A5, C3 and 02. RGB value is (165,195,2). Sum of RGB (Red+Green+Blue) = 165+195+2=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C302 is #5A3CFD. Grayscale: #A4A4A4. Windows color (decimal): -5913854 or 181157. OLE color: 181157.

HSL color Cylindrical-coordinate representation of color #A5C302: hue angle of 69.33º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5C302 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 195 2 -
CMYK 0.15 0 0.99 0.24
HSL 69.33º 0.98% 0.39% -
HSV(B) 69.33º 0.99% 0.76% -
XYZ 35.04 47.03 7.29 -
YUV 164.03 36.56 128.69 -
System Red Green Blue C M Y K H S L
Decimal 165 195 2 0.15 0 0.99 0.24 69.33 0.98 0.39
Hex A5 C3 2 F 0 63 18 45 62 27
Octal 245 303 2 17 0 143 30 105 142 47
Binary 10100101 11000011 10 1111 0 1100011 11000 1000101 1100010 100111

Color Harmonies of #A5C302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C302

Black with #A5C302

Text Example


Text Example

White with #A5C302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C302; }

 p { color: rgb(165,195,2); }

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

background-color css

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

 a { background-color: rgb(165,195,2); }

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

border-color css

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

 span { border-color: rgb(165,195,2); }

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