Html Css Color HEX #9AD25D Conifer

📋 copy color: '#9AD25D'

red 154 ◦ green 210 ◦ blue 93

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

Shades of Conifer #9AD25D

Tints of Conifer #9AD25D

RGB

 RED value IS 154 (60.55% from 255) = 33.7%

 GREEN value IS 210 (82.42% from 255) = 45.95%

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

R = 33.7%
G = 45.95%
B = 20.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#9AD25D (or 0x9AD25D) is known color: Conifer. HEX triplet: 9A, D2 and 5D. RGB value is (154,210,93). Sum of RGB (Red+Green+Blue) = 154+210+93=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD25D is #652DA2. Grayscale: #B4B4B4. Windows color (decimal): -6630819 or 6148762. OLE color: 6148762.

HSL color Cylindrical-coordinate representation of color #9AD25D: hue angle of 88.72º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AD25D is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 210 93 -
CMYK 0.27 0 0.56 0.18
HSL 88.72º 0.57% 0.59% -
HSV(B) 88.72º 0.56% 0.82% -
XYZ 38.35 53.75 18.71 -
YUV 179.92 78.95 109.51 -
System Red Green Blue C M Y K H S L
Decimal 154 210 93 0.27 0 0.56 0.18 88.72 0.57 0.59
Hex 9A D2 5D 1B 0 38 12 59 39 3B
Octal 232 322 135 33 0 70 22 131 71 73
Binary 10011010 11010010 1011101 11011 0 111000 10010 1011001 111001 111011

Color Harmonies of #9AD25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD25D

Black with #9AD25D

Text Example


Text Example

White with #9AD25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AD25D; }

 p { color: rgb(154,210,93); }

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

background-color css

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

 a { background-color: rgb(154,210,93); }

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

border-color css

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

 span { border-color: rgb(154,210,93); }

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