Html Css Color HEX #AFF75A Conifer

📋 copy color: '#AFF75A'

red 175 ◦ green 247 ◦ blue 90

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

Shades of Conifer #AFF75A

Tints of Conifer #AFF75A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.24%

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

R = 34.18%
G = 48.24%
B = 17.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#AFF75A (or 0xAFF75A) is known color: Conifer. HEX triplet: AF, F7 and 5A. RGB value is (175,247,90). Sum of RGB (Red+Green+Blue) = 175+247+90=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF75A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF75A is #5008A5. Grayscale: #D0D0D0. Windows color (decimal): -5245094 or 5961647. OLE color: 5961647.

HSL color Cylindrical-coordinate representation of color #AFF75A: hue angle of 87.52º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFF75A is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 90 -
CMYK 0.29 0 0.64 0.03
HSL 87.52º 0.91% 0.66% -
HSV(B) 87.52º 0.64% 0.97% -
XYZ 52.79 76.37 21.63 -
YUV 207.57 61.65 104.77 -
System Red Green Blue C M Y K H S L
Decimal 175 247 90 0.29 0 0.64 0.03 87.52 0.91 0.66
Hex AF F7 5A 1D 0 40 3 58 5B 42
Octal 257 367 132 35 0 100 3 130 133 102
Binary 10101111 11110111 1011010 11101 0 1000000 11 1011000 1011011 1000010

Color Harmonies of #AFF75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF75A

Black with #AFF75A

Text Example


Text Example

White with #AFF75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF75A; }

 p { color: rgb(175,247,90); }

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

background-color css

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

 a { background-color: rgb(175,247,90); }

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

border-color css

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

 span { border-color: rgb(175,247,90); }

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