Html Css Color HEX #A5F652 Conifer

📋 copy color: '#A5F652'

red 165 ◦ green 246 ◦ blue 82

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

Shades of Conifer #A5F652

Tints of Conifer #A5F652

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.9%

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

R = 33.47%
G = 49.9%
B = 16.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#A5F652 (or 0xA5F652) is known color: Conifer. HEX triplet: A5, F6 and 52. RGB value is (165,246,82). Sum of RGB (Red+Green+Blue) = 165+246+82=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F652 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F652 is #5A09AD. Grayscale: #CBCBCB. Windows color (decimal): -5900718 or 5437093. OLE color: 5437093.

HSL color Cylindrical-coordinate representation of color #A5F652: hue angle of 89.63º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5F652 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 246 82 -
CMYK 0.33 0 0.67 0.04
HSL 89.63º 0.9% 0.64% -
HSV(B) 89.63º 0.67% 0.96% -
XYZ 50 74.52 19.73 -
YUV 203.09 59.66 100.84 -
System Red Green Blue C M Y K H S L
Decimal 165 246 82 0.33 0 0.67 0.04 89.63 0.9 0.64
Hex A5 F6 52 21 0 43 4 5A 5A 40
Octal 245 366 122 41 0 103 4 132 132 100
Binary 10100101 11110110 1010010 100001 0 1000011 100 1011010 1011010 1000000

Color Harmonies of #A5F652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F652

Black with #A5F652

Text Example


Text Example

White with #A5F652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F652; }

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

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

background-color css

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

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

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

border-color css

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

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

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