Html Css Color HEX #9AD85A Conifer

📋 copy color: '#9AD85A'

red 154 ◦ green 216 ◦ blue 90

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

Shades of Conifer #9AD85A

Tints of Conifer #9AD85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.96%

 BLUE value IS 90 (35.55% from 255) = 19.57%

R = 33.48%
G = 46.96%
B = 19.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#9AD85A (or 0x9AD85A) is known color: Conifer. HEX triplet: 9A, D8 and 5A. RGB value is (154,216,90). Sum of RGB (Red+Green+Blue) = 154+216+90=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD85A is #6527A5. Grayscale: #B7B7B7. Windows color (decimal): -6629286 or 5953690. OLE color: 5953690.

HSL color Cylindrical-coordinate representation of color #9AD85A: hue angle of 89.52º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9AD85A is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 216 90 -
CMYK 0.29 0 0.58 0.15
HSL 89.52º 0.62% 0.6% -
HSV(B) 89.52º 0.58% 0.85% -
XYZ 39.73 56.72 18.53 -
YUV 183.1 75.46 107.25 -
System Red Green Blue C M Y K H S L
Decimal 154 216 90 0.29 0 0.58 0.15 89.52 0.62 0.6
Hex 9A D8 5A 1D 0 3A F 5A 3E 3C
Octal 232 330 132 35 0 72 17 132 76 74
Binary 10011010 11011000 1011010 11101 0 111010 1111 1011010 111110 111100

Color Harmonies of #9AD85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD85A

Black with #9AD85A

Text Example


Text Example

White with #9AD85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,216,90); }

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

background-color css

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

 a { background-color: rgb(154,216,90); }

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

border-color css

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

 span { border-color: rgb(154,216,90); }

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