Html Css Color HEX #ADF252 Conifer

📋 copy color: '#ADF252'

red 173 ◦ green 242 ◦ blue 82

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

Shades of Conifer #ADF252

Tints of Conifer #ADF252

RGB

 RED value IS 173 (67.97% from 255) = 34.81%

 GREEN value IS 242 (94.92% from 255) = 48.69%

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

R = 34.81%
G = 48.69%
B = 16.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#ADF252 (or 0xADF252) is known color: Conifer. HEX triplet: AD, F2 and 52. RGB value is (173,242,82). Sum of RGB (Red+Green+Blue) = 173+242+82=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF252 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF252 is #520DAD. Grayscale: #CBCBCB. Windows color (decimal): -5377454 or 5436077. OLE color: 5436077.

HSL color Cylindrical-coordinate representation of color #ADF252: hue angle of 85.88º degrees, saturation: 0.86, 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 #ADF252 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 82 -
CMYK 0.29 0 0.66 0.05
HSL 85.88º 0.86% 0.64% -
HSV(B) 85.88º 0.66% 0.95% -
XYZ 50.51 73 19.41 -
YUV 203.13 59.64 106.51 -
System Red Green Blue C M Y K H S L
Decimal 173 242 82 0.29 0 0.66 0.05 85.88 0.86 0.64
Hex AD F2 52 1D 0 42 5 56 56 40
Octal 255 362 122 35 0 102 5 126 126 100
Binary 10101101 11110010 1010010 11101 0 1000010 101 1010110 1010110 1000000

Color Harmonies of #ADF252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF252

Black with #ADF252

Text Example


Text Example

White with #ADF252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF252; }

 p { color: rgb(173,242,82); }

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

background-color css

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

 a { background-color: rgb(173,242,82); }

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

border-color css

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

 span { border-color: rgb(173,242,82); }

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