Html Css Color HEX #A5F352 Conifer

📋 copy color: '#A5F352'

red 165 ◦ green 243 ◦ blue 82

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

Shades of Conifer #A5F352

Tints of Conifer #A5F352

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.59%

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

R = 33.67%
G = 49.59%
B = 16.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#A5F352 (or 0xA5F352) is known color: Conifer. HEX triplet: A5, F3 and 52. RGB value is (165,243,82). Sum of RGB (Red+Green+Blue) = 165+243+82=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F352 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F352 is #5A0CAD. Grayscale: #C9C9C9. Windows color (decimal): -5901486 or 5436325. OLE color: 5436325.

HSL color Cylindrical-coordinate representation of color #A5F352: hue angle of 89.07º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5F352 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 243 82 -
CMYK 0.32 0 0.66 0.05
HSL 89.07º 0.87% 0.64% -
HSV(B) 89.07º 0.66% 0.95% -
XYZ 49.09 72.71 19.43 -
YUV 201.32 60.66 102.09 -
System Red Green Blue C M Y K H S L
Decimal 165 243 82 0.32 0 0.66 0.05 89.07 0.87 0.64
Hex A5 F3 52 20 0 42 5 59 57 40
Octal 245 363 122 40 0 102 5 131 127 100
Binary 10100101 11110011 1010010 100000 0 1000010 101 1011001 1010111 1000000

Color Harmonies of #A5F352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F352

Black with #A5F352

Text Example


Text Example

White with #A5F352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F352; }

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

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

background-color css

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

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

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

border-color css

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

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

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