Html Css Color HEX #9ADC5C Conifer

📋 copy color: '#9ADC5C'

red 154 ◦ green 220 ◦ blue 92

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

Shades of Conifer #9ADC5C

Tints of Conifer #9ADC5C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.21%

 BLUE value IS 92 (36.33% from 255) = 19.74%

R = 33.05%
G = 47.21%
B = 19.74%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#9ADC5C (or 0x9ADC5C) is known color: Conifer. HEX triplet: 9A, DC and 5C. RGB value is (154,220,92). Sum of RGB (Red+Green+Blue) = 154+220+92=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC5C is #6523A3. Grayscale: #BABABA. Windows color (decimal): -6628260 or 6085786. OLE color: 6085786.

HSL color Cylindrical-coordinate representation of color #9ADC5C: hue angle of 90.94º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9ADC5C is Cyan = 0.3, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 220 92 -
CMYK 0.3 0 0.58 0.14
HSL 90.94º 0.65% 0.61% -
HSV(B) 90.94º 0.58% 0.86% -
XYZ 40.85 58.83 19.33 -
YUV 185.67 75.13 105.41 -
System Red Green Blue C M Y K H S L
Decimal 154 220 92 0.3 0 0.58 0.14 90.94 0.65 0.61
Hex 9A DC 5C 1E 0 3A E 5B 41 3D
Octal 232 334 134 36 0 72 16 133 101 75
Binary 10011010 11011100 1011100 11110 0 111010 1110 1011011 1000001 111101

Color Harmonies of #9ADC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC5C

Black with #9ADC5C

Text Example


Text Example

White with #9ADC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,220,92); }

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

background-color css

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

 a { background-color: rgb(154,220,92); }

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

border-color css

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

 span { border-color: rgb(154,220,92); }

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