Html Css Color HEX #ADF25D Conifer

📋 copy color: '#ADF25D'

red 173 ◦ green 242 ◦ blue 93

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

Shades of Conifer #ADF25D

Tints of Conifer #ADF25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.31%

R = 34.06%
G = 47.64%
B = 18.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#ADF25D (or 0xADF25D) is known color: Conifer. HEX triplet: AD, F2 and 5D. RGB value is (173,242,93). Sum of RGB (Red+Green+Blue) = 173+242+93=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF25D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF25D is #520DA2. Grayscale: #CCCCCC. Windows color (decimal): -5377443 or 6156973. OLE color: 6156973.

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

Color convert

RGB 173 242 93 -
CMYK 0.29 0 0.62 0.05
HSL 87.79º 0.85% 0.66% -
HSV(B) 87.79º 0.62% 0.95% -
XYZ 50.96 73.18 21.79 -
YUV 204.38 65.14 105.62 -
System Red Green Blue C M Y K H S L
Decimal 173 242 93 0.29 0 0.62 0.05 87.79 0.85 0.66
Hex AD F2 5D 1D 0 3E 5 58 55 42
Octal 255 362 135 35 0 76 5 130 125 102
Binary 10101101 11110010 1011101 11101 0 111110 101 1011000 1010101 1000010

Color Harmonies of #ADF25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF25D

Black with #ADF25D

Text Example


Text Example

White with #ADF25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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