Html Css Color HEX #AFF05D Conifer

📋 copy color: '#AFF05D'

red 175 ◦ green 240 ◦ blue 93

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

Shades of Conifer #AFF05D

Tints of Conifer #AFF05D

RGB

 RED value IS 175 (68.75% from 255) = 34.45%

 GREEN value IS 240 (94.14% from 255) = 47.24%

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

R = 34.45%
G = 47.24%
B = 18.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#AFF05D (or 0xAFF05D) is known color: Conifer. HEX triplet: AF, F0 and 5D. RGB value is (175,240,93). Sum of RGB (Red+Green+Blue) = 175+240+93=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF05D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF05D is #500FA2. Grayscale: #CCCCCC. Windows color (decimal): -5246883 or 6156463. OLE color: 6156463.

HSL color Cylindrical-coordinate representation of color #AFF05D: hue angle of 86.53º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFF05D is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 93 -
CMYK 0.27 0 0.61 0.06
HSL 86.53º 0.83% 0.65% -
HSV(B) 86.53º 0.61% 0.94% -
XYZ 50.82 72.22 21.62 -
YUV 203.81 65.47 107.45 -
System Red Green Blue C M Y K H S L
Decimal 175 240 93 0.27 0 0.61 0.06 86.53 0.83 0.65
Hex AF F0 5D 1B 0 3D 6 57 53 41
Octal 257 360 135 33 0 75 6 127 123 101
Binary 10101111 11110000 1011101 11011 0 111101 110 1010111 1010011 1000001

Color Harmonies of #AFF05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF05D

Black with #AFF05D

Text Example


Text Example

White with #AFF05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF05D; }

 p { color: rgb(175,240,93); }

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

background-color css

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

 a { background-color: rgb(175,240,93); }

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

border-color css

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

 span { border-color: rgb(175,240,93); }

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