Html Css Color HEX #A5D652 Conifer

📋 copy color: '#A5D652'

red 165 ◦ green 214 ◦ blue 82

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

Shades of Conifer #A5D652

Tints of Conifer #A5D652

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.42%

 BLUE value IS 82 (32.42% from 255) = 17.79%

R = 35.79%
G = 46.42%
B = 17.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#A5D652 (or 0xA5D652) is known color: Conifer. HEX triplet: A5, D6 and 52. RGB value is (165,214,82). Sum of RGB (Red+Green+Blue) = 165+214+82=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D652 is #5A29AD. Grayscale: #B8B8B8. Windows color (decimal): -5908910 or 5428901. OLE color: 5428901.

HSL color Cylindrical-coordinate representation of color #A5D652: hue angle of 82.27º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5D652 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 214 82 -
CMYK 0.23 0 0.62 0.16
HSL 82.27º 0.62% 0.58% -
HSV(B) 82.27º 0.62% 0.84% -
XYZ 41.09 56.7 16.76 -
YUV 184.3 70.27 114.23 -
System Red Green Blue C M Y K H S L
Decimal 165 214 82 0.23 0 0.62 0.16 82.27 0.62 0.58
Hex A5 D6 52 17 0 3E 10 52 3E 3A
Octal 245 326 122 27 0 76 20 122 76 72
Binary 10100101 11010110 1010010 10111 0 111110 10000 1010010 111110 111010

Color Harmonies of #A5D652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D652

Black with #A5D652

Text Example


Text Example

White with #A5D652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D652; }

 p { color: rgb(165,214,82); }

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

background-color css

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

 a { background-color: rgb(165,214,82); }

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

border-color css

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

 span { border-color: rgb(165,214,82); }

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